services.anubis.instances.<name>.policy.settings

Additional policy settings merged into the policy file.

Common settings include dnsbl, store, logging, thresholds, impressum, openGraph, and statusCodes.

See the documentation for available options.

Type
JSON value
Default
config.services.anubis.defaultOptions.policy.settings
Example
{
  dnsbl = false;
  store = {
    backend = "bbolt";
    parameters.path = "/var/lib/anubis/data.bdb";
  };
}
Declared
<nixpkgs/nixos/modules/services/networking/anubis.nix>